Don't let the 'B' interactive spec default to buffers viewed in
authorJim Blandy <jimb@redhat.com>
Thu, 17 Jun 1993 05:06:36 +0000 (05:06 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 17 Jun 1993 05:06:36 +0000 (05:06 +0000)
commit1bc981d2b5016077f8d96e7384148f7444dbc120
treeaf242e3ecdd88cdd1e863c1a490100a61f2b7aac
parentdb732e5a3d99f59620df5503510e61cb9db1fadc
Don't let the 'B' interactive spec default to buffers viewed in
any visible frame.
* buffer.c (Fother_buffer): Pass Qt as the second argument
to Fget_buffer_window.
* window.c (window_loop): In GET_BUFFER_WINDOW case, ignore
non-visible frames.
(Fget_buffer_window): Change doc string to mention that passing Qt
for the FRAME argument returns windows on visible frames only.
(Qvisible): Removed.
src/window.c